toggle menu
EUDI SD-JWT
0.10.0
jvm
switch theme
search in API
EUDI SD-JWT
/
eu.europa.ec.eudi.sdjwt.vc
/
LogoMetadata
Logo
Metadata
@
Serializable
data
class
LogoMetadata
(
val
uri
:
URI
,
val
uriIntegrity
:
DocumentIntegrity
?
=
null
,
val
altText
:
String
?
=
null
)
(
source
)
Members
Constructors
Logo
Metadata
Link copied to clipboard
constructor
(
uri
:
URI
,
uriIntegrity
:
DocumentIntegrity
?
=
null
,
altText
:
String
?
=
null
)
Properties
alt
Text
Link copied to clipboard
@
SerialName
(
value
=
"alt_text"
)
val
altText
:
String
?
=
null
A string containing alternative text for the logo image
uri
Link copied to clipboard
@
Serializable
(
with
=
URISerializer::class
)
@
SerialName
(
value
=
"uri"
)
@
Required
val
uri
:
URI
A URI pointing to the logo image
uri
Integrity
Link copied to clipboard
@
SerialName
(
value
=
"uri#integrity"
)
val
uriIntegrity
:
DocumentIntegrity
?
=
null